Skip to content

电商平台(商户提现单号查询)提现状态

电商平台通过该接口查询其提现结果。 官方文档

js
wxpay
.
v3
.
merchant
.
fund
.
withdraw
.
outRequestNo
.
_out_request_no_
.
get
({
out_request_no
,
}) .
then
(
({
data
: {
status
,
withdraw_id
,
out_request_no
,
amount
,
create_time
,
update_time
,
reason
,
remark
,
bank_memo
,
account_type
,
solution
,
}, }) => ({
status
,
withdraw_id
,
out_request_no
,
amount
,
create_time
,
update_time
,
reason
,
remark
,
bank_memo
,
account_type
,
solution
,
}) )

Released under the MIT License. (SITEMAP)